CGI.getVarMode

Get the cgi Variable mode of a given name and index Keep in mind the cgi environment can contain multiple variables with the same name. The index allows us to get the one we want.

returns the CGIMODES enum value for the variable with the name passed.

  1. CGIMODES getVarMode(string name)
  2. CGIMODES getVarMode(string name, int index)
    class CGI
    getVarMode
    (
    string name
    ,
    int index
    )

Meta